home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / Kant Pro source Folder / Kant Pro 1.1 ƒ / kode new / kant build window.h < prev    next >
Encoding:
Text File  |  1995-01-19  |  387 b   |  8 lines  |  [TEXT/MMCC]

  1. void SetupTheBuildWindow(WindowPtr theWindow);
  2. void ShutDownTheBuildWindow(void);
  3. void OpenTheBuildWindow(WindowPtr theWindow);
  4. void KeyPressedInBuildWindow(WindowPtr theWindow, unsigned char theChar);
  5. void MouseUpInBuildWindow(WindowPtr theWindow, Point thePoint);
  6. Boolean MouseClickedInBuildWindow(WindowPtr theWindow, Point thePoint);
  7. void DisposeTheBuildWindow(WindowPtr theWindow);
  8.